CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OTSU algorithm

搜索资源列表

  1. OTSU方法计算图像二值化的自适应阈值

    1下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1814
    • 提供者:陈其星
  1. Otsu算法(灰度图像的域值分割)的C++类实现

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:zhou
  1. otsu

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:791
    • 提供者:dfsf
  1. OTSU

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The foll
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1415
    • 提供者:林宏津
  1. 大津法阈值分割(otsu)

    1下载:
  2. 个人搜集的两个大津法阈值分割算法(otsu算法),已通过测试-personal collection of two large Zimbabwe law thresholding segmentation algorithm (Otsu algorithm), have passed the test
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2202
    • 提供者:王雷
  1. OTSU 算法可以说是自适应计算单阈值

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-28
    • 文件大小:1680
    • 提供者:刘荣辉
  1. Otsu.rar

    0下载:
  2. 利用Otsu算法进行图像分割实现简单,速度快,效果也好,Otsu algorithm using image segmentation to achieve a simple, fast and effective or
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:55493
    • 提供者:蚂蚁
  1. OtsuThresholding_16Bit.rar

    0下载:
  2. OTSU算法的Java实现,希望对各位有用!,OTSU algorithm of Java to achieve, in the hope that useful!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-10-10
    • 文件大小:2169
    • 提供者:qdhuxp
  1. otsu.rar

    1下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割,非动态阈值,This procedure is the use of maximum between-cluster variance adaptive thresholding algorithm for image segmentation, non-dynamic threshold
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1154
    • 提供者:gyq
  1. shipinotsu

    1下载:
  2. 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video frames to achieve a certain interception.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:988
    • 提供者:王忠建
  1. GDI+OTSU

    0下载:
  2. 本程序使用了Gdiplus,在GUI中实现OTSU算法。-This procedure uses the Gdiplus, in the GUI to achieve OTSU algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1874735
    • 提供者:曾伟
  1. Otsu

    0下载:
  2. 经典的Otsu算法代码,对于低噪声图像分割效果较理想,适合于实际应用-Classic Otsu algorithm code, the effect of low-noise image segmentation than ideal fit in the practical application of
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:62328
    • 提供者:王刚
  1. otsu

    0下载:
  2. 最大类间方差法-otsu算法的原代码 该方法简单有效-otsu algorithm code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:874
    • 提供者:王超群
  1. otsu

    0下载:
  2. otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1161
    • 提供者:Andy
  1. otsu

    0下载:
  2. traditional otsu threshold algorithm imlementation used in image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:602
    • 提供者:yilmaz urgun
  1. Otsu

    2下载:
  2. otsu算法的实现,自适应最佳阈值图像分割方法,最大类间方差算法-otsu algorithm, adaptive optimal threshold image segmentation method, Otsu Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-10-28
    • 文件大小:62641
    • 提供者:duhongwei
  1. Otsu-Algorithm

    0下载:
  2. Image binarization using Otsu algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:458993
    • 提供者:aaaadddiii
  1. OTSU-algorithm

    0下载:
  2. 自己写的程序C#结合C++实现OTSU算法,大家可以看看。-Write your own program implemented in C++ C# binding OTSU algorithm, we can look at.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:12179
    • 提供者:海星
  1. otsu

    1下载:
  2. 自己实现的python版otsu算法,是一个Python项目,含有测试图片(Python version of the Otsu algorithm, is a Python project, containing test pictures)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:1033216
    • 提供者:KaceyU
  1. otsu

    1下载:
  2. OTSU 算法,可用于光学影像,雷达影像的图像分割(otsu algorithm image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2021-02-14
    • 文件大小:816128
    • 提供者:llj111
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com